home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / watch111.zip / NODE.BAT < prev    next >
DOS Batch File  |  1992-05-18  |  711b  |  23 lines

  1. REM - DELETE THE NODES BELOW WHICH YOU ARE ACTUALLY RUNNING
  2. if %1 == node1 goto end
  3. if %1 == node2 goto end
  4. if %1 == node3 goto end
  5. if %1 == node4 goto end
  6. if %1 == node5 goto end
  7. if %1 == node6 goto end
  8. if %1 == node7 goto end
  9. if %1 == node8 goto end
  10. if %1 == node9 goto end
  11. REM This batch file runs The Network Eye from PCBWATCH.  The
  12. REM parameter passed below as %1 is the work "node" and the 
  13. REM number of the node menu the batch file was accessed from.
  14. REM if your network names for the nodes are not node1, node2 etc,
  15. REM then use a line as in the example below.
  16.  
  17. tne-use %1
  18.  
  19. REM if %1 == node1 tne-use Davesnode
  20. REM if %1 == node2 tne-use Billsnode
  21. REM you get the picture.
  22. :end
  23.